-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImplicitSpecies.n
can be space and time dependent
#886
ImplicitSpecies.n
can be space and time dependent
#886
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## fenicsx #886 +/- ##
===========================================
+ Coverage 97.80% 97.84% +0.04%
===========================================
Files 44 44
Lines 2142 2182 +40
===========================================
+ Hits 2095 2135 +40
Misses 47 47 ☔ View full report in Codecov by Sentry. |
@jhdark would you mind giving this a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should an implicit species not also be able to be temperature dependent?
What does this mean exactly? |
So we discussed this internally and James' question was about having an annealing term (temperature dependent) affecting the empty trap concentration: this is now doable directly with |
Proposed changes
This fixes #644 by allowing the
n
attribute ofImplicitSpecies
to be a function ofx
andt
.Pinging @kaelyndunnell
Usage:
Step function:
Types of changes
What types of changes does your code introduce to FESTIM?
Checklist